home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / cron / README.anacron < prev    next >
Text File  |  2009-09-15  |  613b  |  15 lines

  1. To ease coordination with anacron, the invocation of the run-parts for
  2. the /etc/cron.daily, /etc/cron.weekly, and /etc/cron.monthly directories
  3. was changed to the form
  4.  
  5.          test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily
  6.  
  7. What this means is that if anacron has been installed, it will
  8. be responsible for running those scripts. This is the standard
  9. configuration of anacron: if you simply install both cron and anacron,
  10. things will work as expected.
  11.  
  12. However, if you have modified your anacron configuration
  13. (/etc/anacrontab), you may need to re-adjust it in order to accommodate
  14. this change.
  15.